Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Collect unknown functions while disassembling#7

Open
peace-maker wants to merge 1 commit intoalliedmodders:masterfrom
peace-maker:called_functions
Open

Collect unknown functions while disassembling#7
peace-maker wants to merge 1 commit intoalliedmodders:masterfrom
peace-maker:called_functions

Conversation

@peace-maker
Copy link
Member

When encountering a call while disassembling check if there is an entry for the called address in the ".publics" or ".dbg.symbols" sections. If the function is missing add it to a seperate list to be able to disassemble functions even while debug info is stripped.

The functions are added with a name like sub_<addr> to be unqiue.

When encountering a `call` while disassembling check if there is an entry for the called address in the ".publics" or ".dbg.symbols" sections. If the function is missing add it to a seperate list to be able to disassemble functions even while debug info is stripped.

The functions are added with a name like `sub_<addr>` to be unqiue.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant